home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993 April: Penguin on DISC / ADC Developer CD (1993-04) (''Penguin On DISC'')_iso / Dev.CD Apr 93.iso / System Software / System Extensions / AppleScript Beta / Developer Scripts / FileMaker Pro 2.0 AS Examples / Property Examples / Menu Item Properties < prev    next >
Encoding:
Text File  |  1992-11-25  |  337 b   |  9 lines  |  [TEXT/ToyS]

  1. tell application "FileMaker Pro"
  2.     make Menu Item
  3.     class of first Menu Item of Menu "File"
  4.     default type of first Menu Item of Menu "File"
  5.     best type of first Menu Item of Menu "File"
  6.     Item Number of Menu Item "New…" of Menu "File"
  7.     Checked of Menu Item "New…" of Menu "File"
  8.     notify address of first Menu Item of Menu "external"
  9. end tell